home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / config / dice.errors next >
Text File  |  1995-01-11  |  11KB  |  285 lines

  1.  
  2. ## DC1 error messages $VER: DICE.errors 3.1 (17.4.93)
  3.  
  4. C1:001:__autoinit not in MINIDICE
  5. C1:002:__autoexit not in MINIDICE
  6. C1:003:__geta4 not in MINIDICE
  7. C1:004:__chip not in MINIDICE
  8. C1:005:registered args not in MINIDICE
  9. C1:006:floating point not in MINIDICE
  10. C1:007:MINIDICE Limited to 5 procedures/file
  11. C1:009:Unexpected EOF
  12. C1:010:Char Const Too Large!
  13. C1:011:NewLine in string constant
  14. C1:012:Illegal character '%c' $%02x
  15. C1:013:Unexpected Token '%s' expected '%s'
  16. C1:014:__geta4 keyword does NOT work with residentable executables!
  17. C1:015:More than 32K of auto variables!
  18. C1:016:Unsupported return type
  19. C1:017:constant does not fit storage: %d
  20. C1:018:size mismatch: %d, %d
  21. C1:019:repeated case: %d (0x%08lx)
  22. C1:020:block operation error in source
  23. C1:021:block operation error in dest
  24. C1:022:dest not lvalue
  25. C1:023:syntax error in expression
  26. C1:024:expected expression
  27. C1:025:expected '}'
  28. C1:026:expected %d close parens
  29. C1:027:expected close bracket
  30. C1:028:expected identifer after . or ->
  31. C1:029:expected ',' or ')' in function call
  32. C1:030:undefined symbol: %s
  33. C1:031:expected integer constant
  34. C1:032:not an lvalue
  35. C1:033:goto label not found: %.*s
  36. C1:034:constant div/mod by 0
  37. C1:035:ptr-ptr mismatch type: %s
  38. C1:036:unexpected void type
  39. C1:037:result not used
  40. C1:038:& of array redundant
  41. C1:039:& of bitfield illegal
  42. C1:040:indirection through non-ptr
  43. C1:041:must #include <alloca.h> for alloca
  44. C1:042:left hand side of assignment is not a procedure
  45. C1:043:unprototyped call
  46. C1:044:too few parameters in call
  47. C1:045:too many parameters in call
  48. C1:046:not structure or union type
  49. C1:047:maximum auto storage for temporaries exceeded
  50. C1:048:register not allocated: %d
  51. C1:049:expected integer type
  52. C1:050:illegal ptr arithmatic
  53. C1:051:illegal ptr conversion
  54. C1:052:illegal structure conversion
  55. C1:053:illegal cast
  56. C1:054:ptr-int conversion
  57. C1:055:illegal int conversion
  58. C1:056:int-ptr conversion
  59. C1:057:int/ptr mismatch
  60. C1:058:illegal or incompatible structure operation
  61. C1:059:illegal assignment
  62. C1:060:illegal ptr-int or int-ptr conversion, int-size != ptr-size
  63. C1:061:illegal bit-field operation
  64. C1:062:illegal compare
  65. C1:063:undefined structure tag: %s
  66. C1:064:undefined struct/union field: %s
  67. C1:065:ran out of memory
  68. C1:066:fp constant string too long!
  69. C1:067:fp constant too large to convert to int
  70. C1:068:expected semicolon
  71. C1:069:illegal type/storage qualifier for variable
  72. C1:070:illegal typedef
  73. C1:071:multiply defined procedure
  74. C1:072:type too complex
  75. C1:073:syntax error in declaration
  76. C1:074:enum identifier overides variable/type
  77. C1:075:id missing in procedure declaration
  78. C1:076:procedure id decl not in id list
  79. C1:077:statement's condition must be an expression
  80. C1:078:duplicate default: in switch
  81. C1:079:More than 2 hex digits found after \x in string
  82. C1:080:expected '{' or '}' for procedure def
  83. C1:081:case/default outside switch
  84. C1:082:else without if
  85. C1:083:too many initializers
  86. C1:084:array cannot hold string
  87. C1:085:illegal register specification
  88. C1:086:Variable not used: %*.*s
  89. C1:087:Illegal return type
  90. C1:088:Warning, SAS/C __qualifier placement
  91. C1:089:BREAK outside of loop/switch
  92. C1:090:CONTINUE outside of loop
  93. C1:091:Cannot take the address of a constant
  94. C1:092:Cannot passed unaligned structs by value
  95. C1:093:Prototype required for inline call
  96. C1:094:Input must be a seekable file
  97. C1:095:Can't open %s
  98. C1:096:Read failed
  99. C1:097:Can't open output %s
  100. C1:098:Incorrect type for indirection
  101. C1:099:Base variable (%.*s) for pragma is undefined
  102. C1:100:sizeof(type) is 0
  103. C1:101:Duplicate variable/symbol in same {} block: %.*s
  104. C1:102:Variable declared but not used: %.*s
  105. C1:103:Variable overides procedure argument: %.*s
  106. C1:104:Pragma argument count conflict with prototype: %.*s
  107. C1:105:Only D0 supported as a return register for pragmas: %.*s
  108. C1:106:Attempt to indirect through void pointer
  109. C1:107:Structure/Union %s has no members
  110. C1:108:Missing comma in initialization expression
  111. C1:109:Return type for procedures do not match from: %s
  112. C1:110:Number of args mismatch with prototype
  113. C1:111:Prototype into Non-Prototype
  114. C1:112:Incompatible procedure Argument #%d type: %s
  115. C1:113:Argument #%d is in a different register
  116. C1:114:Structure Types do not match: %s
  117. C1:115:Does not match original declaration type: %s
  118. C1:116:Subroutine too complex to generate code for
  119. C1:117:Internal Compiler error %d: %s
  120. C1:118:Can not read locale library file: %s
  121. C1:119:unrelocatable data reference in const storage
  122. C1:120:Can not open needed math library: %s
  123.  
  124. ##  DCPP error messages
  125.  
  126. CP:001:No input file specified
  127. CP:002:Unable to create %s
  128. CP:003:Unknown directive
  129. CP:004:Maximum number of #if levels (%d) exceeded
  130. CP:006:Multiple #else's for an #if, suggest #elif
  131. CP:007:#endif without associated #if
  132. CP:009:#error directive: %.*s
  133. CP:010:Maximum number of #include/macro levels (%d) exceeded
  134. CP:011:File Size mismatch %s (%d)
  135. CP:012:Ran out of memory!
  136. CP:013:Read Error from %s
  137. CP:014:stringtize '#' valid only before macro argument in a #define
  138. CP:015:unterminated #if's left over from include after EOF: %d/%d
  139. CP:016:Unexpected EOF (unterminated comment?)
  140. CP:017:Software Error line 177
  141. CP:018:Unterminated double quoted string
  142. CP:019:Unterminated single quoted character constant
  143. CP:020:Read Error on precompiled header file
  144. CP:021:Error parsing precompiled header file
  145. CP:022:Can't seek in output file
  146. CP:023:No symbol specified for #undef
  147. CP:024:Illegal NULL symbol in defined macro
  148. CP:025:Maximum number of macro arguments (%d) exceeded
  149. CP:026:Expected comma
  150. CP:027:Expected closing paren
  151. CP:028:Software error in macro replace: %d/%d %d/%d
  152. CP:029:Recursive use of macro %s
  153. CP:030:Unexpected EOF in macro %s
  154. CP:031:Macro crosses #include boundry
  155. CP:033:Not enough arguments to macro: %d/%d
  156. CP:034:Expected closing paren, got '%c' in macro %s (too many args?)
  157. CP:035:Software Error (Creator)
  158. CP:036:Software Error in macro %s symbol %s
  159. CP:037:Software Error in allocator %d
  160. CP:038:GetNominalInclude() failed
  161. CP:039:Syntax Error
  162. CP:040:Too many close parens
  163. CP:041:Expression too complex
  164. CP:042:Error parsing expression
  165. CP:043:Error in #include line
  166. CP:044:Can't seek in precompiled header file
  167. CP:045:Expected comma or close paren
  168. CP:046:Expected close paren for macro %s
  169. CP:047:Can't open file %.*s
  170. CP:048:Possible nested comment, disallowed under ANSI
  171.  
  172. ##  DAS error mesages
  173.  
  174. AS:001:No input file specified
  175. AS:002:Unable to open %s
  176. AS:003:Empty File or Unable to Seek
  177. AS:004:Ran out of memory, you may have to break up your source files
  178. AS:005:Error reading input
  179. AS:006:Unable to create %s
  180. AS:007:DAS is a minimal assembler designed to handle output from DC1
  181. AS:008:DAS infile -o objfile
  182. AS:009:Syntax error
  183. AS:010:Illegal Label: %s
  184. AS:011:Expected an operator, got: %c
  185. AS:012:Expected an expression
  186. AS:013:Bad register specification
  187. AS:014:Expected no operands for %s
  188. AS:015:Bad internal id
  189. AS:016:extension of .%c is illegal
  190. AS:017:bad operand size: %d
  191. AS:018:Removed branch to next location
  192. AS:019:Branch Optimization Module
  193. AS:020:Bad l_Mask/l_RegNo %d 0x%04x
  194. AS:021:Optimized Bxx -> BRA
  195. AS:022:Illegal relocation
  196. AS:023:Negative Section length: %d
  197. AS:024:Bad section directive, format is [name],type
  198. AS:025:Illegal section type, must be one of: code,data,bss,abs
  199. AS:026:Conflict in section name, previous section exists with different type
  200. AS:027:Only positive label offsets for relocation purposes
  201. AS:028:Must specify .W or .L for relocatable outer displacement
  202. AS:029:Cannot have outer displacement if no brackets [] in pseudoop
  203. AS:030:This is a 68020 opcode, use 'mc68020' directive
  204. AS:031:Undefined Label: %s
  205. AS:032:Expected terminating %c in string
  206. AS:033:Extranious garbage ignored: %s
  207. AS:034:Illegal Addressing mode(s) %d %d opcode %s
  208. AS:035:Directive requires a label
  209. AS:036:Directive requires a size extension
  210. AS:037:Expected comma, got %c (ascii %d)
  211. AS:038:Data generation from directive different size between passes %d -> %d
  212. AS:039:internal error handling debug directive
  213. AS:040:Label multiply defined: %s
  214. AS:041:Unknown Directive: %s
  215. AS:042:Label address mismatch between passes %s %d -> %d
  216. AS:043:Address mismatch between passes %d -> %d
  217. AS:044:Word offset out of range: %d
  218. AS:045:Byte offset out of range: %d
  219. AS:046:offset out of range: %d (0-7 only)
  220. AS:047:offset out of range: %d (1-8 only)
  221. AS:048:offset out of range: %d (0-15 only)
  222. AS:049:short branch to next instruction illegal
  223. AS:050:byte branch is out of range
  224. AS:051:internal instruction id error: %d
  225.  
  226. ##  DLINK error mesages
  227.  
  228. LK:001:Can't create JMP for PC-rel offset greater then +/-32K, hunk too large
  229. LK:002:Relocation error, range (%d) falls outside hunk (%s)
  230. LK:003:Ran out of memory during linking
  231. LK:004:Relocation error, relocation to non-existant hunk %d of %d
  232. LK:005:No relocation info allowed for BSS data!
  233. LK:006:PC relative access to illegal symbol (type %d)
  234. LK:007:Internal Error in jump table creation
  235. LK:008:External symbol relocation error, relocation to non-existant hunk
  236. LK:009:Relocation error, offset not word aligned
  237. LK:010:Relocation to illegal symbol (type %d)
  238. LK:011:Error parsing object module %s offset %d
  239. LK:012:Unknown symbol type %d in file %s
  240. LK:013:Unknown hunk type 0x%08lx in %s
  241. LK:014:Software Error 146
  242. LK:015:object format error, more hunks then expected
  243. LK:016:object format error, fewer hunks then expected
  244. LK:017:Error 556
  245. LK:018:Error 562
  246. LK:019:Error 571
  247. LK:020:Cannot deal with empty data hunks!
  248. LK:021:final size mismatch %d/%d
  249. LK:022:internal reloc array mismatch %d/%d
  250. LK:023:Assertion failed line %d %s
  251. LK:024:Error freeing memory
  252. LK:025:PC relative relocation to data symbol! %s:%s sym=%.*s
  253. LK:026:32 bit relocations illegal for -pi/-pr: %s:%s
  254. LK:027:32 bit DATA/BSS relocations illegal for -r: %s:%s
  255. LK:028:Relocation scan, hunk out of range: %d/%d
  256. LK:029:PC relative relocations for BSS data is illegal
  257. LK:030:Illegal PC relative relocation: %s:%s to %s:%s
  258. LK:031:label(An) relocation to code section is illegal
  259. LK:032:8 bit relocation out of range (%d) in %s
  260. LK:033:16 bit inter-hunk relocation out of range (%d) in %s
  261. LK:034:Multiply defined symbol: %.*s (%s & %s)
  262. LK:035:Multiply defined symbol in same library! %.*s
  263. LK:036:Undefined Symbol: %.*s (%s)
  264. LK:037:Illegal A4-rel to far object: %.*s %s from %s
  265. LK:038:Absolute refs to BSS/DATA illegal with -r/-p* sym=%.*s
  266. LK:039:Hunk has no CODE, DATA or BSS! %s in %s
  267. LK:040:32 bit data-data relocations are illegal when using -r
  268. LK:041:Unable to find %s model <%s>
  269. LK:042:Cannot frag when using -r
  270. LK:043:Bad option: %s
  271. LK:044:Unable to open %s
  272. LK:045:Error 253 (%d)
  273. LK:046:Unable to create %s
  274. LK:047:Read error on %s
  275. LK:051:Illegal Hunk addr=%08lx type=%08lx name=%s
  276. LK:052:Object size mismatch in %s
  277. LK:053:Unknown symbol type %d sym=%.*s
  278. LK:054:16 bit data relocation out of range (%d) sym=%.*s in %s
  279. LK:055:-pi option: expected a code hunk!
  280. LK:056:-pi option: expected only one code hunk!
  281. LK:057:Cannot coagulate data/bss due to differing memory/resource types
  282. LK:058:32 bit relocations illegal for -pi/-pr
  283. LK:059:MINIDICE Limited to 40K executable
  284.  
  285.